home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1993
/
MacHack 1993.toast
/
MacHack™ 1987-1992
/
MacHack™ '92
/
Talk & Papers ’92
/
PatchWorks Kit
/
<PatchWorks++>
/
TestExtension.h
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-04-21
|
408 b
|
30 lines
|
[
TEXT/KAHL
]
/*
TestExtension.h
Aids the development of INIT resources.
Currently only stubs out call to ShowIconFamily.
by Mouse Herrell
© 1991 Berkeley Systems Inc.
*/
#ifndef __TEST_EXTENSION__
#define __TEST_EXTENSION__
#if __option(a4_globals)
#error
#endif
#include "Extension.h"
#if 0
#undef PatchTrap
#define PatchTrap new ScalperPatch->Install
#endif
void ShowIconFamily(short iconId);
#endif